object SubmitFormCfg: TSubmitFormCfg Left = 214 Top = 214 HelpContext = 14025 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Submission Forms' ClientHeight = 253 ClientWidth = 547 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object bOK: TButton Left = 368 Top = 219 Width = 75 Height = 25 Cancel = True Caption = '&Close' Default = True ModalResult = 1 TabOrder = 0 end object bAdd: TButton Left = 208 Top = 219 Width = 75 Height = 25 Caption = '&Add...' TabOrder = 1 OnClick = bAddClick end object bDelete: TButton Left = 288 Top = 219 Width = 75 Height = 25 Caption = '&Delete' TabOrder = 2 OnClick = bDeleteClick end object bHelp: TButton Left = 448 Top = 219 Width = 75 Height = 25 Cancel = True Caption = '&Help' TabOrder = 3 OnClick = bHelpClick end object pnListBoxAligner: TPanel Tag = 11 Left = 8 Top = 8 Width = 529 Height = 201 BevelOuter = bvNone BorderWidth = 2 TabOrder = 4 object lTables: TListBox Left = 2 Top = 19 Width = 525 Height = 180 Style = lbOwnerDrawFixed Align = alClient BevelInner = bvNone BevelOuter = bvNone BorderStyle = bsNone ItemHeight = 16 TabOrder = 0 OnClick = lTablesClick OnDrawItem = lTablesDrawItem OnEnter = lTablesEnter end object hTables: THeaderControl Left = 2 Top = 2 Width = 525 Height = 17 Sections = < item AllowClick = False ImageIndex = -1 MaxWidth = 500 MinWidth = 200 Text = 'Title' Width = 200 end item AllowClick = False ImageIndex = -1 MaxWidth = 9999 MinWidth = 10 Text = 'To' Width = 329 end> OnSectionResize = hTablesSectionResize end end end